github.com/andybalholm/brotli.blockSplitterCommand.last_histogram_ix_ (field)
14 uses
github.com/andybalholm/brotli (current package)
metablock_command.go#L22: last_histogram_ix_ [2]uint
metablock_command.go#L57: self.last_histogram_ix_[1] = 0
metablock_command.go#L58: self.last_histogram_ix_[0] = self.last_histogram_ix_[1]
metablock_command.go#L91: var last_histogram_ix uint = self.last_histogram_ix_[j]
metablock_command.go#L103: self.last_histogram_ix_[1] = self.last_histogram_ix_[0]
metablock_command.go#L104: self.last_histogram_ix_[0] = uint(byte(split.num_types))
metablock_command.go#L121: var tmp uint = self.last_histogram_ix_[0]
metablock_command.go#L122: self.last_histogram_ix_[0] = self.last_histogram_ix_[1]
metablock_command.go#L123: self.last_histogram_ix_[1] = tmp
metablock_command.go#L124: histograms[self.last_histogram_ix_[0]] = combined_histo[1]
metablock_command.go#L136: histograms[self.last_histogram_ix_[0]] = combined_histo[0]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |